home *** CD-ROM | disk | FTP | other *** search
- global language
-
- on mouseEnter me
- cursor(280)
- go(the frame + 1)
- set the locV of sprite 13 to the locV of sprite 13 - 50
- end
-
- on mouseLeave me
- cursor(-1)
- go(the frame - 1)
- set the locV of sprite 13 to the locV of sprite 13 + 50
- end
-
- on mouseUp me
- language = 4
- go(1, "IntroMov")
- end
-